Class: Aws::AppRunner::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
One or more input parameters aren’t valid. Refer to the API action’s document page, correct the input parameters, and try the action again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1648 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |