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