Class: Aws::S3Tables::Types::InternalServerErrorException

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

Overview

The request failed due to an internal server error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1292
1293
1294
1295
1296
# File 'lib/aws-sdk-s3tables/types.rb', line 1292

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