Class: Google::Apis::ComputeBeta::InstanceManagedByIgmErrorManagedInstanceError
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstanceManagedByIgmErrorManagedInstanceError
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#code ⇒ String
Output only.
-
#message ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceManagedByIgmErrorManagedInstanceError
constructor
A new instance of InstanceManagedByIgmErrorManagedInstanceError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceManagedByIgmErrorManagedInstanceError
Returns a new instance of InstanceManagedByIgmErrorManagedInstanceError.
28215 28216 28217 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28215 def initialize(**args) update!(**args) end |
Instance Attribute Details
#code ⇒ String
Output only. Error code.
Corresponds to the JSON property code
28208 28209 28210 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28208 def code @code end |
#message ⇒ String
Output only. Error message.
Corresponds to the JSON property message
28213 28214 28215 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28213 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28220 28221 28222 28223 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28220 def update!(**args) @code = args[:code] if args.key?(:code) @message = args[:message] if args.key?(:message) end |