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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appintegrationsservice/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)


841
842
843
844
845
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 841

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