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:



1996
1997
1998
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1996

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

Instance Method Details

#messageString

Returns:

  • (String)


2001
2002
2003
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2001

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

#quota_codeString

Returns:

  • (String)


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

def quota_code
  @data[:quota_code]
end

#resource_idString

Returns:

  • (String)


2006
2007
2008
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2006

def resource_id
  @data[:resource_id]
end

#resource_typeString

Returns:

  • (String)


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

def resource_type
  @data[:resource_type]
end

#service_codeString

Returns:

  • (String)


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

def service_code
  @data[:service_code]
end