Class: Aws::NetworkManager::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
A service limit was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_code ⇒ String
The limit code.
-
#message ⇒ String
The error message.
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
-
#service_code ⇒ String
The service code.
Instance Attribute Details
#limit_code ⇒ String
The limit code.
5390 5391 5392 5393 5394 5395 5396 5397 5398 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
5390 5391 5392 5393 5394 5395 5396 5397 5398 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
5390 5391 5392 5393 5394 5395 5396 5397 5398 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
5390 5391 5392 5393 5394 5395 5396 5397 5398 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code.
5390 5391 5392 5393 5394 5395 5396 5397 5398 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit_code, :service_code) SENSITIVE = [] include Aws::Structure end |