Class: Aws::KMS::Types::KeyUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::KeyUnavailableException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the specified KMS key was not available. You can retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4129 4130 4131 4132 4133 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4129 class KeyUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |