Class: Aws::PI::Types::InternalServiceError

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

Overview

The request failed due to an unknown error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1164
1165
1166
1167
1168
# File 'lib/aws-sdk-pi/types.rb', line 1164

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