Class: Aws::OAM::Types::InternalServiceFault

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

Overview

Unexpected error while processing the request. Retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_error_typeString

The name of the exception.

Returns:

  • (String)


370
371
372
373
374
375
# File 'lib/aws-sdk-oam/types.rb', line 370

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

#messageString

Returns:

  • (String)


370
371
372
373
374
375
# File 'lib/aws-sdk-oam/types.rb', line 370

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