Class: Aws::AutoScalingPlans::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/types.rb
Overview
The service encountered an internal error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
474 475 476 477 478 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 474 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |