Class: Aws::BillingConductor::Errors::ServiceLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BillingConductor::Errors::ServiceLimitExceededException
- Defined in:
- 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 160 161 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 159 def limit_code @data[:limit_code] end |
#message ⇒ String
144 145 146 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 144 def @message || @data[:message] end |
#resource_id ⇒ String
149 150 151 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 149 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
154 155 156 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 154 def resource_type @data[:resource_type] end |
#service_code ⇒ String
164 165 166 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 164 def service_code @data[:service_code] end |