Class: Aws::DevOpsAgent::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

This exception is thrown when an unexpected error occurs in the processing of a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1873
1874
1875
1876
1877
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1873

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