Class: Aws::SSM::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



2012
2013
2014
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2012

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

Instance Method Details

#messageString

Returns:

  • (String)


2017
2018
2019
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2017

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

#quota_codeString

Returns:

  • (String)


2032
2033
2034
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2032

def quota_code
  @data[:quota_code]
end

#resource_idString

Returns:

  • (String)


2022
2023
2024
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2022

def resource_id
  @data[:resource_id]
end

#resource_typeString

Returns:

  • (String)


2027
2028
2029
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2027

def resource_type
  @data[:resource_type]
end

#service_codeString

Returns:

  • (String)


2037
2038
2039
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2037

def service_code
  @data[:service_code]
end