Class: Aws::IoT1ClickProjects::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
250 251 252 253 254 255 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 250 class InternalFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
250 251 252 253 254 255 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 250 class InternalFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |