Class: Aws::SavingsPlans::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::InternalServerException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
An unexpected error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
375 376 377 378 379 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 375 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |