Class: Aws::SavingsPlans::Types::InternalServerException

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

Overview

An unexpected error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


372
373
374
375
376
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 372

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