Class: Aws::VPCLattice::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
The request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The ID of the service quota that was exceeded.
-
#resource_id ⇒ String
The resource ID.
-
#resource_type ⇒ String
The resource type.
-
#service_code ⇒ String
The service code.
Instance Attribute Details
#message ⇒ String
5016 5017 5018 5019 5020 5021 5022 5023 5024 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5016 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
5016 5017 5018 5019 5020 5021 5022 5023 5024 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5016 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
5016 5017 5018 5019 5020 5021 5022 5023 5024 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5016 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
5016 5017 5018 5019 5020 5021 5022 5023 5024 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5016 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code.
5016 5017 5018 5019 5020 5021 5022 5023 5024 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5016 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |