Class: Aws::BillingConductor::Errors::ServiceLimitExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::BillingConductor::Errors::ServiceLimitExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-billingconductor/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceLimitExceededException
constructor
A new instance of ServiceLimitExceededException.
- #limit_code ⇒ String
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceLimitExceededException
Returns a new instance of ServiceLimitExceededException.
139 140 141 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 139 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit_code ⇒ String
159 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 159
def limit_code: () -> ::String
|
#message ⇒ String
144 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 144
def message: () -> ::String
|
#resource_id ⇒ String
149 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 149
def resource_id: () -> ::String
|
#resource_type ⇒ String
154 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 154
def resource_type: () -> ::String
|
#service_code ⇒ String
164 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 164
def service_code: () -> ::String
|