Class: Aws::ResourceGroups::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
An internal error occurred while processing the request. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
842 843 844 845 846 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 842 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |