Class: Aws::FSx::Errors::ServiceLimitExceeded

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) ⇒ ServiceLimitExceeded

Returns a new instance of ServiceLimitExceeded.

Parameters:



567
568
569
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 567

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

Instance Method Details

#limitString

Returns:

  • (String)


572
573
574
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 572

def limit
  @data[:limit]
end

#messageString

Returns:

  • (String)


577
578
579
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 577

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