Class: Aws::Artifact::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ConflictException
- Defined in:
- gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb
Overview
Request to create/modify content would result in a conflict.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
Identifier of the affected resource.
-
#resource_type ⇒ String
Type of the affected resource.
Instance Attribute Details
#message ⇒ String
55 56 57 58 59 60 61 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 55 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the affected resource.
55 56 57 58 59 60 61 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 55 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the affected resource.
55 56 57 58 59 60 61 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 55 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |