Class: Aws::CleanRooms::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CleanRooms::Errors::ServiceQuotaExceededException
- Defined in:
- 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 145 146 |
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 144 def @message || @data[:message] end |
#quota_name ⇒ String
149 150 151 |
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 149 def quota_name @data[:quota_name] end |
#quota_value ⇒ String
154 155 156 |
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 154 def quota_value @data[:quota_value] end |