Class: Aws::IoTFleetHub::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetHub::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleethub/types.rb
Overview
An unexpected error has occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
232 233 234 235 236 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 232 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |