Class: Aws::IoT1ClickProjects::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
263 264 265 266 267 268 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 263 class InvalidRequestException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
263 264 265 266 267 268 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 263 class InvalidRequestException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |