Class: Aws::AmplifyBackend::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
An error returned if there’s a temporary issue with the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
An error message to inform that the request failed.
Instance Attribute Details
#message ⇒ String
An error message to inform that the request failed.
2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2509 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |