Class: Aws::AmplifyBackend::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

An error message to inform that the request failed.

Returns:

  • (String)


2509
2510
2511
2512
2513
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2509

class InternalServiceException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end