Class: Aws::Lex::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lex/types.rb
Overview
Exceeded a limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
534 535 536 537 538 539 |
# File 'lib/aws-sdk-lex/types.rb', line 534 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
534 535 536 537 538 539 |
# File 'lib/aws-sdk-lex/types.rb', line 534 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |