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

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


3692
3693
3694
3695
3696
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3692

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