Class: Google::Apis::CloudresourcemanagerV1::FolderOperationError
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV1::FolderOperationError
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudresourcemanager_v1/classes.rb,
lib/google/apis/cloudresourcemanager_v1/representations.rb,
lib/google/apis/cloudresourcemanager_v1/representations.rb
Overview
A classification of the Folder Operation error.
Instance Attribute Summary collapse
-
#error_message_id ⇒ String
The type of operation error experienced.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FolderOperationError
constructor
A new instance of FolderOperationError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FolderOperationError
Returns a new instance of FolderOperationError.
753 754 755 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 753 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_message_id ⇒ String
The type of operation error experienced.
Corresponds to the JSON property errorMessageId
751 752 753 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 751 def @error_message_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
758 759 760 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 758 def update!(**args) @error_message_id = args[:error_message_id] if args.key?(:error_message_id) end |