Class: Aws::GroundStation::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_nameString

Parameter name that caused the exception

Returns:

  • (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