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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/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)


1232
1233
1234
1235
1236
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1232

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