Class: Aws::AppIntegrationsService::Types::InternalServiceError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appintegrationsservice/types.rb

Overview

Request processing failed due to an error or failure with the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1063
1064
1065
1066
1067
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1063

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