Class: Aws::LookoutMetrics::Types::ConflictException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#message ⇒ String

Returns:

  • (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.

Returns:

  • (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_type ⇒ String

The type of the resource.

Returns:

  • (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