Class: Aws::Ivschat::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Ivschat::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ivschat/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #limit ⇒ String
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
145 146 147 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 145 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit ⇒ String
165 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 165
def limit: () -> ::String
|
#message ⇒ String
150 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 150
def message: () -> ::String
|
#resource_id ⇒ String
155 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 155
def resource_id: () -> ::String
|
#resource_type ⇒ String
160 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 160
def resource_type: () -> ::String
|