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
1598 1599 1600 1601 1602 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1598 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |