Class: Aws::DevOpsGuru::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
An exception that is thrown when a conflict occurs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the Amazon Web Services resource in which a conflict occurred.
-
#resource_type ⇒ String
The type of the Amazon Web Services resource in which a conflict occurred.
Instance Attribute Details
#message ⇒ String
494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 494 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the Amazon Web Services resource in which a conflict occurred.
494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 494 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the Amazon Web Services resource in which a conflict occurred.
494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 494 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |