Class: Aws::Mobile::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
The service has encountered an unexpected error condition which prevents it from servicing the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The Exception Error Message.
Instance Attribute Details
#message ⇒ String
The Exception Error Message.
327 328 329 330 331 |
# File 'lib/aws-sdk-mobile/types.rb', line 327 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |