Class: Aws::CloudWatchRUM::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
This operation attempted to create a resource that already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_name ⇒ String
The name of the resource that is associated with the error.
-
#resource_type ⇒ String
The type of the resource that is associated with the error.
Instance Attribute Details
#message ⇒ String
533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 533 class ConflictException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource that is associated with the error.
533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 533 class ConflictException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that is associated with the error.
533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 533 class ConflictException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |