Class: Aws::RoboMaker::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3147 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |