Class: Aws::Imagebuilder::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
You have requested an action that that the service doesn’t support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4845 4846 4847 4848 4849 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4845 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |