Class: Aws::SSOAdmin::Types::InternalServerException

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

Overview

The request processing has failed because of an unknown error, exception, or failure with an internal server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2151
2152
2153
2154
2155
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2151

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