Class: Aws::CleanRoomsML::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

An internal service error occurred. Retry your request. If the problem persists, contact AWS Support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3886
3887
3888
3889
3890
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3886

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