Class: Aws::PartnerCentralChannel::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ConflictException
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/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
A message describing the conflict.
-
#resource_id ⇒ String
The identifier of the resource that caused the conflict.
-
#resource_type ⇒ String
The type of the resource that caused the conflict.
Instance Attribute Details
#message ⇒ String
A message describing the conflict.
256 257 258 259 260 261 262 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 256 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.
256 257 258 259 260 261 262 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 256 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that caused the conflict.
256 257 258 259 260 261 262 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 256 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |