Class: Aws::SSM::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SSM::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #quota_code ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
2012 2013 2014 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2012 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2017 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2017
def message: () -> ::String
|
#quota_code ⇒ String
2032 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2032
def quota_code: () -> ::String
|
#resource_id ⇒ String
2022 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2022
def resource_id: () -> ::String
|
#resource_type ⇒ String
2027 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2027
def resource_type: () -> ::String
|
#service_code ⇒ String
2037 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2037
def service_code: () -> ::String
|