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)


1169
1170
1171
1172
1173
# File 'lib/aws-sdk-pi/types.rb', line 1169

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