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.
6273 6274 6275 6276 6277 |
# File 'lib/aws-sdk-fsx/types.rb', line 6273 class InvalidDataRepositoryType < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |