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)


2517
2518
2519
2520
2521
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2517

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