Method: Aws::LexModelsV2::Types::InternalServerException#message
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#message ⇒ String
8724 8725 8726 8727 8728 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8724 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |