Class: Aws::IAMToolbox::Types::InternalServerException

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

Overview

An unexpected error occurred while processing the request. Try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


153
154
155
156
157
# File 'lib/aws-sdk-iamtoolbox/types.rb', line 153

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