Class: Aws::GroundStation::Types::InvalidParameterException

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

Overview

One or more parameters are not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-groundstation/types.rb', line 2786

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

#parameter_nameString

Name of the invalid parameter.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-groundstation/types.rb', line 2786

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