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
2155 2156 2157 2158 2159 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2155 class DisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |