Class: Aws::GroundStation::Types::ResourceLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Account limits for this resource have been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2400
2401
2402
2403
2404
2405
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2400

class ResourceLimitExceededException < Struct.new(
  :message,
  :parameter_name)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_nameString

Returns:

  • (String)


2400
2401
2402
2403
2404
2405
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2400

class ResourceLimitExceededException < Struct.new(
  :message,
  :parameter_name)
  SENSITIVE = []
  include Aws::Structure
end