Class: Aws::SSMContacts::Types::DataEncryptionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DataEncryptionException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
The operation failed to due an encryption key error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
558 559 560 561 562 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 558 class DataEncryptionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |