Class: Aws::FSx::Errors::InvalidPerUnitStorageThroughput

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidPerUnitStorageThroughput

Returns a new instance of InvalidPerUnitStorageThroughput.

Parameters:



417
418
419
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 417

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


422
423
424
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 422

def message
  @message || @data[:message]
end