Class: Aws::GroundStation::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#parameter_name ⇒ String
Parameter name that caused the exception.
Instance Attribute Details
#message ⇒ String
3202 3203 3204 3205 3206 3207 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3202 class ServiceQuotaExceededException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |
#parameter_name ⇒ String
Parameter name that caused the exception
3202 3203 3204 3205 3206 3207 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3202 class ServiceQuotaExceededException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |