Class: Aws::FSx::Types::InvalidDestinationKmsKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidDestinationKmsKey
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The Key Management Service (KMS) key of the destination backup is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6291 6292 6293 6294 6295 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6291 class InvalidDestinationKmsKey < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |