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
3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3076 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3076 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3076 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3076 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code.
3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3076 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |