Class: Aws::FSx::Types::InvalidPerUnitStorageThroughput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidPerUnitStorageThroughput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
An invalid value for ‘PerUnitStorageThroughput` was provided. Please create your file system again, using a valid value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6225 6226 6227 6228 6229 |
# File 'lib/aws-sdk-fsx/types.rb', line 6225 class InvalidPerUnitStorageThroughput < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |