Class: Aws::BedrockDataAutomation::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Non Blank String

Returns:

  • (String)


1089
1090
1091
1092
1093
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1089

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end