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

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


399
400
401
402
403
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 399

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