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
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
| 5157 5158 5159 5160 5161 | # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5157 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |