Class: Aws::FSx::Types::InvalidImportPath
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidImportPath
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The path provided for data repository import 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.
6348 6349 6350 6351 6352 |
# File 'lib/aws-sdk-fsx/types.rb', line 6348 class InvalidImportPath < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |