Class: Aws::KMS::Types::KMSInternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::KMSInternalException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because an internal exception occurred. The request can be retried.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-kms/types.rb', line 4054 class KMSInternalException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |