Class: Aws::Imagebuilder::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::InvalidRequestException
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
The request is malformed or otherwise invalid. Verify the request and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5987 5988 5989 5990 5991 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5987 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |