Class: Aws::KMS::Types::AlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::AlreadyExistsException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
58 59 60 61 62 |
# File 'lib/aws-sdk-kms/types.rb', line 58 class AlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |