Class: Aws::CleanRooms::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CleanRooms::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cleanrooms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #quota_name ⇒ String
- #quota_value ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
139 140 141 |
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 139 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
144 |
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 144
def message: () -> ::String
|
#quota_name ⇒ String
149 |
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 149
def quota_name: () -> ::String
|
#quota_value ⇒ String
154 |
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 154
def quota_value: () -> ::String
|