Class: Aws::DSQL::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::ConflictException
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
The submitted action has conflicts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
Resource Id.
-
#resource_type ⇒ String
Resource Type.
Instance Attribute Details
#message ⇒ String
60 61 62 63 64 65 66 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 60 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Resource Id
60 61 62 63 64 65 66 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 60 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource Type
60 61 62 63 64 65 66 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 60 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |