Class: Aws::Connect::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/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.
466 467 468 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 466 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
471 472 473 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 471 def @message || @data[:message] end |
#reason ⇒ String
476 477 478 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 476 def reason @data[:reason] end |