Class: Aws::PrometheusService::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The request would cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
Instance Attribute Details
#message ⇒ String
Description of the error.
115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 115 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 115 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 115 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |