Class: Aws::ApplicationDiscoveryService::Types::InvalidParameterException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApplicationDiscoveryService::Types::InvalidParameterException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
One or more parameters are not valid. Verify the parameters and try again.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 1584 1585 1586 1587 1588 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1584 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |