Class: Aws::EBS::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
Your current service quotas do not allow you to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ String
559 560 561 562 563 564 |
# File 'lib/aws-sdk-ebs/types.rb', line 559 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
559 560 561 562 563 564 |
# File 'lib/aws-sdk-ebs/types.rb', line 559 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |