Class: Aws::KMS::Types::DisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DisabledException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the specified KMS key is not enabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2161 2162 2163 2164 2165 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2161 class DisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |