Class: Aws::ApplicationAutoScaling::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
The service encountered an internal error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1685 1686 1687 1688 1689 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1685 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |