Class: Aws::DataExchange::Errors::ServiceLimitExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-dataexchange/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceLimitExceededException.

Parameters:



129
130
131
# File 'lib/aws-sdk-dataexchange/errors.rb', line 129

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

Instance Method Details

#limit_nameString

Returns:

  • (String)


134
# File 'lib/aws-sdk-dataexchange/errors.rb', line 134

def limit_name: () -> ::String

#limit_valueString

Returns:

  • (String)


139
# File 'lib/aws-sdk-dataexchange/errors.rb', line 139

def limit_value: () -> ::String

#messageString

Returns:

  • (String)


144
# File 'lib/aws-sdk-dataexchange/errors.rb', line 144

def message: () -> ::String