Class: Aws::LakeFormation::Types::OperationTimeoutException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

The operation timed out.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


2499
2500
2501
2502
2503
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2499

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