Class: Aws::SSOAdmin::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Indicates that the principal has crossed the permitted number of resources that can be created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3847 3848 3849 3850 3851 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3847 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |