Class: Aws::B2bi::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



118
119
120
# File 'lib/aws-sdk-b2bi/errors.rb', line 118

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

Instance Method Details

#messageString

Returns:

  • (String)


123
# File 'lib/aws-sdk-b2bi/errors.rb', line 123

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


143
# File 'lib/aws-sdk-b2bi/errors.rb', line 143

def quota_code: () -> ::String

#resource_idString

Returns:

  • (String)


128
# File 'lib/aws-sdk-b2bi/errors.rb', line 128

def resource_id: () -> ::String

#resource_typeString

Returns:

  • (String)


133
# File 'lib/aws-sdk-b2bi/errors.rb', line 133

def resource_type: () -> ::String

#service_codeString

Returns:

  • (String)


138
# File 'lib/aws-sdk-b2bi/errors.rb', line 138

def service_code: () -> ::String