Class: Aws::Health::Types::UnsupportedLocale
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::UnsupportedLocale
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
The specified locale is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1708 1709 1710 1711 1712 |
# File 'lib/aws-sdk-health/types.rb', line 1708 class UnsupportedLocale < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |