Class: Aws::CloudWatchRUM::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/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

Instance Attribute Details

#messageString

Returns:

  • (String)


559
560
561
562
563
564
565
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 559

class ConflictException < Struct.new(
  :message,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the resource that is associated with the error.

Returns:

  • (String)


559
560
561
562
563
564
565
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 559

class ConflictException < Struct.new(
  :message,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource that is associated with the error.

Returns:

  • (String)


559
560
561
562
563
564
565
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 559

class ConflictException < Struct.new(
  :message,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end