Class: Aws::Signer::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-signer/types.rb

Overview

The resource encountered a conflicting state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


122
123
124
125
126
127
# File 'lib/aws-sdk-signer/types.rb', line 122

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

#messageString

Returns:

  • (String)


122
123
124
125
126
127
# File 'lib/aws-sdk-signer/types.rb', line 122

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