Class: Aws::FSx::Types::InvalidExportPath
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidExportPath
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The path provided for data repository export isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6164 6165 6166 6167 6168 |
# File 'lib/aws-sdk-fsx/types.rb', line 6164 class InvalidExportPath < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |