Class: Aws::LakeFormation::Types::OperationTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::OperationTimeoutException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
The operation timed out.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2715 class OperationTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |