Class: Aws::FSx::Types::InvalidPerUnitStorageThroughput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


5871
5872
5873
5874
5875
# File 'lib/aws-sdk-fsx/types.rb', line 5871

class InvalidPerUnitStorageThroughput < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end