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
Instance Attribute Details
#message ⇒ String
1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1857 class InvalidParameterException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |
#parameter_name ⇒ String
1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1857 class InvalidParameterException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |