Class: Aws::Mgn::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



155
156
157
# File 'lib/aws-sdk-mgn/errors.rb', line 155

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

Instance Method Details

#codeString

Returns:

  • (String)


165
# File 'lib/aws-sdk-mgn/errors.rb', line 165

def code: () -> ::String

#messageString

Returns:

  • (String)


160
# File 'lib/aws-sdk-mgn/errors.rb', line 160

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


185
# File 'lib/aws-sdk-mgn/errors.rb', line 185

def quota_code: () -> ::String

#quota_valueString

Returns:

  • (String)


190
# File 'lib/aws-sdk-mgn/errors.rb', line 190

def quota_value: () -> ::String

#resource_idString

Returns:

  • (String)


170
# File 'lib/aws-sdk-mgn/errors.rb', line 170

def resource_id: () -> ::String

#resource_typeString

Returns:

  • (String)


175
# File 'lib/aws-sdk-mgn/errors.rb', line 175

def resource_type: () -> ::String

#service_codeString

Returns:

  • (String)


180
# File 'lib/aws-sdk-mgn/errors.rb', line 180

def service_code: () -> ::String