Class: Aws::BedrockDataAutomation::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
This exception is thrown if there was an unexpected error during processing of request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank String
964 965 966 967 968 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 964 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |