Class: Aws::FSx::Types::BackupFailureDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::BackupFailureDetails
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
If backup creation fails, this structure contains the details of that failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the backup-creation failure.
Instance Attribute Details
#message ⇒ String
A message describing the backup-creation failure.
708 709 710 711 712 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 708 class BackupFailureDetails < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |