Class: Aws::GeoPlaces::Types::InternalServerException

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

Overview

The request processing has failed because of an unknown error, exception or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1335
1336
1337
1338
1339
# File 'lib/aws-sdk-geoplaces/types.rb', line 1335

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