Class: Aws::LookoutMetrics::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
There was a conflict processing the request. Try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The type of the resource.
Instance Attribute Details
#message ⇒ String
644 645 646 647 648 649 650 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 644 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
644 645 646 647 648 649 650 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 644 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
644 645 646 647 648 649 650 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 644 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |