Class: Aws::ServiceQuotas::Types::ServiceException

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

Overview

Something went wrong.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1149
1150
1151
1152
1153
# File 'lib/aws-sdk-servicequotas/types.rb', line 1149

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