Class: Aws::Shield::Types::InternalErrorException

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

Overview

Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1072
1073
1074
1075
1076
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1072

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