Class: Aws::Polly::Types::ServiceFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ServiceFailureException
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
An unknown condition has caused a service failure.
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
604 605 606 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 604 def event_type @event_type end |
#message ⇒ String
604 605 606 607 608 609 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 604 class ServiceFailureException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |