Class: Aws::CloudWatchEvidently::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A resource was in an inconsistent state during an update or a deletion.
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 the resource that is associated with the error.
Instance Attribute Details
#message ⇒ String
106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 106 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.
106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 106 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that is associated with the error.
106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 106 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |