Class: Aws::KMS::Types::AlreadyExistsException

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

Overview

The request was rejected because it attempted to create a resource that already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


58
59
60
61
62
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 58

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