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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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:



647
648
649
# File 'lib/aws-sdk-fsx/errors.rb', line 647

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

Instance Method Details

#limitString

Returns:

  • (String)


652
# File 'lib/aws-sdk-fsx/errors.rb', line 652

def limit: () -> ::String

#messageString

Returns:

  • (String)


657
# File 'lib/aws-sdk-fsx/errors.rb', line 657

def message: () -> ::String