Class: Aws::OAM::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::OAM::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-oam/errors.rb
Instance Method Summary collapse
- #amzn_error_type ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
150 151 152 |
# File 'lib/aws-sdk-oam/errors.rb', line 150 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#amzn_error_type ⇒ String
160 161 162 |
# File 'lib/aws-sdk-oam/errors.rb', line 160 def amzn_error_type @data[:amzn_error_type] end |
#message ⇒ String
155 156 157 |
# File 'lib/aws-sdk-oam/errors.rb', line 155 def @message || @data[:message] end |