Class: Aws::WellArchitected::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ConflictException
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
The resource has already been processed, was deleted, or is too large.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
Instance Attribute Details
#message ⇒ String
Description of the error.
690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 690 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 690 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 690 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |