Class: Aws::Amplify::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::InternalFailureException
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The service failed to perform an operation due to an internal issue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1804 1805 1806 1807 1808 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1804 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |