Class: Aws::NetworkManager::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::NetworkManager::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-networkmanager/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #limit_code ⇒ String
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
160 161 162 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 160 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit_code ⇒ String
180 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 180
def limit_code: () -> ::String
|
#message ⇒ String
165 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 165
def message: () -> ::String
|
#resource_id ⇒ String
170 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 170
def resource_id: () -> ::String
|
#resource_type ⇒ String
175 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 175
def resource_type: () -> ::String
|
#service_code ⇒ String
185 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 185
def service_code: () -> ::String
|