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.
6319 6320 6321 6322 6323 |
# File 'lib/aws-sdk-fsx/types.rb', line 6319 class InvalidImportPath < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |