Class: Aws::Pipes::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
An action you attempted resulted in an exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource that caused the exception.
-
#resource_type ⇒ String
The type of resource that caused the exception.
Instance Attribute Details
#message ⇒ String
435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-pipes/types.rb', line 435 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that caused the exception.
435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-pipes/types.rb', line 435 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that caused the exception.
435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-pipes/types.rb', line 435 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |