Class: Aws::SSMIncidents::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SSMIncidents::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ssmincidents/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_identifier ⇒ String
- #resource_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
134 135 136 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 134 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
139 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 139
def message: () -> ::String
|
#quota_code ⇒ String
144 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 144
def quota_code: () -> ::String
|
#resource_identifier ⇒ String
149 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 149
def resource_identifier: () -> ::String
|
#resource_type ⇒ String
154 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 154
def resource_type: () -> ::String
|
#service_code ⇒ String
159 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 159
def service_code: () -> ::String
|