Class: Aws::AgentRegistry::Types::InternalServerException

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

Overview

The request failed due to an unexpected internal error; the caller may retry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


323
324
325
326
327
# File 'lib/aws-sdk-agentregistry/types.rb', line 323

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