Class: Aws::FSx::Types::InvalidDataRepositoryType
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidDataRepositoryType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
You have filtered the response to a data repository type that is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6135 6136 6137 6138 6139 |
# File 'lib/aws-sdk-fsx/types.rb', line 6135 class InvalidDataRepositoryType < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |