Class: Aws::GroundStation::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::InvalidParameterException
- 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
- #message ⇒ String
-
#parameter_name ⇒ String
Name of the invalid parameter.
Instance Attribute Details
#message ⇒ 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_name ⇒ String
Name of the invalid parameter.
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 |