Class: Aws::LexRuntimeV2::Types::DependencyFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::DependencyFailedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexruntimev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
403 404 405 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 403 def event_type @event_type end |
#message ⇒ String
403 404 405 406 407 408 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 403 class DependencyFailedException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |