Class: Aws::NovaAct::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ConflictException
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
The request could not be completed due to a conflict with the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The requested operation conflicts with the current state of the resource.
-
#resource_id ⇒ String
The identifier of the resource that caused the conflict.
-
#resource_type ⇒ String
The type of resource that caused the conflict.
Instance Attribute Details
#message ⇒ String
The requested operation conflicts with the current state of the resource.
226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 226 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that caused the conflict.
226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 226 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that caused the conflict.
226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 226 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |