Class: Aws::CloudWatchOmni::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

The operation could not be completed because of a conflict with the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_typeString

The type of conflict that caused the request to fail. Not always present.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697

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

#error_codeString

The error code associated with the conflict. Not always present.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697

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

#messageString

A human-readable description of the conflict.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697

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

#resource_idString

The identifier of the resource that is in conflict. Not always present.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697

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

#resource_typeString

The type of the resource that is in conflict. Not always present.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697

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