Class: Aws::LakeFormation::Errors::ExpiredException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LakeFormation::Errors::ExpiredException
- Defined in:
- lib/aws-sdk-lakeformation/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ExpiredException
constructor
A new instance of ExpiredException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ExpiredException
Returns a new instance of ExpiredException.
120 121 122 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 120 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
125 126 127 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 125 def @message || @data[:message] end |